Coordinate.this

Creates a new instance of #ShumateCoordinate initialized with the given coordinates.

  1. this(ShumateCoordinate* shumateCoordinate, bool ownedRef)
  2. this()
  3. this(double latitude, double longitude)
    class Coordinate
    this
    (
    double latitude
    ,
    double longitude
    )

Parameters

latitude double

the latitude coordinate

longitude double

the longitude coordinate

Return Value

the created instance.

Throws

ConstructionException GTK+ fails to create the object.

Meta